runtime.mWaitList.next (field)
9 uses
runtime (current package)
lock_spinbit.go#L89: next muintptr // next m waiting for lock
lock_spinbit.go#L239: gp.m.mWaitList.next = mutexWaitListHead(v)
lock_spinbit.go#L251: atTail = gp.m.mWaitList.next == 0 // we were at risk of starving
lock_spinbit.go#L255: gp.m.mWaitList.next = 0
lock_spinbit.go#L405: next := node.mWaitList.next.ptr()
lock_spinbit.go#L434: next := wakem.mWaitList.next.ptr()
lock_spinbit.go#L442: prev.mWaitList.next = wakem.mWaitList.next
lock_spinbit.go#L454: headM = uintptr(mp.mWaitList.next) &^ mutexMMask
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)